Make focus tests session-exclusive
authorMatthias Clasen <mclasen@redhat.com>
Fri, 8 Aug 2014 20:15:02 +0000 (22:15 +0200)
committerMatthias Clasen <mclasen@redhat.com>
Fri, 8 Aug 2014 20:15:02 +0000 (22:15 +0200)
Otherwise, tests running in parallel will steal the focus that
we are trying to test.

testsuite/a11y/state/Makefile.am

index f457616f11e30a55e603660b2ad4a83ae8397195..28da7779f784d68d7dd94c8f318d7d2cd28aa050 100644 (file)
@@ -39,7 +39,7 @@ statetest_DATA = $(testdata)
 
 a11ystate.test: Makefile
        $(AM_V_GEN) (echo '[Test]' > $@.tmp; \
-       echo 'Type=session' >> $@.tmp; \
+       echo 'Type=session-exclusive' >> $@.tmp; \
        echo 'Exec=env G_ENABLE_DIAGNOSTIC=0 $(insttestdir)/state-record --directory $(statetestdir)' >> $@.tmp; \
        mv $@.tmp $@)